home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / sound.exe / INSTAL1.INF < prev    next >
INI File  |  1992-04-30  |  1KB  |  39 lines

  1.  
  2. ;
  3. ; The FileList section contains the list of files to be copied and a 
  4. ; string that tells WINSTALL where to put them.  The following destination
  5. ; strings are currently supported. Currently, WINSTALL can copy up to 100
  6. ; files.
  7. ;
  8. ;   User    - copy the file to the installation directory specified
  9. ;             by the user in WINSTALL's destination field
  10. ;
  11. ;   Windows - copy the file to the windows directory
  12. ;
  13. ;   System  - copy the file to the \WINDOWS\SYSTEM directory
  14. ;
  15. ; For the LANtastic for Windows product, all files should be copied to the
  16. ; User directory.
  17. ;
  18. [FileList]
  19. ASR.EXE = USER
  20. ASR.HLP = USER
  21. ASBCVT.DLL  = SYSTEM
  22.  
  23. ;
  24. ; The GROUP section contains the names of files that will be added
  25. ; to the Sounding Board program manager group. It also specifies the name 
  26. ; strings  that will be set up for each program. Currently, WINSTALL 
  27. ; can add up to 100 files to the LANtastic group.
  28. ;
  29. [GROUP]
  30. ASR.EXE = ArtiSound Recorder
  31.  
  32. ;
  33. ; The System section contains information about the hardware required to
  34. ; install the product.  Currently the only required information is
  35. ; MinDiskSpace, specified in bytes.
  36. ;
  37. [System]
  38. MinDiskSpace = 180000
  39.